Objects Reference

render::CreateView

Prototype

virtual int CreateView(HWND wnd)=0

Parameters

Parameter Type Description
wnd HWND view window handle

Return Value

Returns TRUE is view is created, FALSE for any error.

Remarks

This virtual function should create the render view and attach it to the supplied window.